
 
 F u n c t i o n :   b e e p (   d u r a t i o n   ) 
 
 
 
 D e s c r i p t i o n :   I t   b e e p s .   B y   w h i c h   I   m e a n ,   i t   g o e s   " B E E P " ,   l i t e r a l l y . 
 
 
 
 R e t u r n s :   N u l l . 
 
 
 
 R e q u i r e s   m o d u l e :   " B e e p " 
 
 
 
 N o t e :   T h e   b e e p ( )   f u n c t i o n   d o e s   n o t   s u p p o r t   c h a i n i n g .   ( O n e   b e e p   i s   q u i t e   e n o u g h . ) 
 
 
 
 E x a m p l e : 
 
 
 
 $ A . i m p o r t ( " B e e p " ,   {   d e f e r :   t r u e   } ,   f u n c t i o n ( )   { 
 
 
 
     / /   G o   " B E E P " 
 
 
 
     $ A . b e e p ( ) ;   / /   0 . 1   o f   a   s e c o n d . 
 
 
 
     / /   O r   s e t   a   d u r a t i o n . 
 
 
 
     $ A . b e e p ( 0 . 5 ) ;   / /   H a l f   a   s e c o n d . 
 
 
 
     $ A . b e e p ( 1 ) ;   / /   1   s e c o n d . 
 
 
 
 } ) ; 
 
 